projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edad8a0
)
(Fexpand_file_name): Change conditional
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 May 1998 21:37:02 +0000
(21:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 May 1998 21:37:02 +0000
(21:37 +0000)
in previous change from WINDOWSNT to DOS_NT.
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index aef7a01e0a306bfed387ac41072c8a72afb07a8b..50abfd8988b3d7b99db953210cf886b14ef7c49f 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-1420,7
+1420,7
@@
See also the function `substitute-in-file-name'.")
#ifndef VMS
if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0]))
{
-#ifdef
WINDOWS
NT
+#ifdef
DOS_
NT
/* If newdir is effectively "C:/", then the drive letter will have
been stripped and newdir will be "/". Concatenating with an
absolute directory in nm produces "//", which will then be